The behavioral contract of any Diamant ORM data context program DAO that encapsulates a parameterless program hosted and executed by the underlying relational data store.

The following tables list the members exposed by the IDiamantDataContextProgramDao<TProgramResult> type.

Name Description
Public method Initialize Initializes the current DAO with the specified host carbonite controller as its data store context provider. (inherited from IBaseDao).
Public method RunProgram Routes a program run request to the underlying data store. (inherited from IDataContextProgramDao<TProgramResult>).
Top